projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6385c56
)
(install-arch-indep): Don't install dired-x*.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Apr 1994 23:12:49 +0000
(23:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Apr 1994 23:12:49 +0000
(23:12 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index c5c0024dbd6672283d093d550bb0a63adc84b4bf..5f0de13c5d6a8d4f03dd9d806741ff7cf2ebc7e2 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-310,7
+310,7
@@
install-arch-indep: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
fi ; \
- for f in cl* emacs*
dired-x*
forms* gnus* info* sc* vip* ; do \
+ for f in cl* emacs* forms* gnus* info* sc* vip* ; do \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
done); \
else true; fi